home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / CBSA / UTILS / PLAYMP3 / !PlayMP3 / DMPA_Help < prev    next >
Text File  |  1998-03-12  |  2KB  |  88 lines

  1. Contents
  2. ========
  3.  
  4. !Dmpa
  5.   !Boot     \
  6.   !Help      |__ user interface ;)
  7.   !Run       |
  8.   !RunMPA    |
  9.   !Sprites  /
  10.   dmpa     decodes MPEG-1 layers I, II, III audio files
  11.   Res      upcoming user interface...
  12.  
  13. AC3Train   MPEG audio file (layer 3 bitstream)
  14. cmpa       create your own mpeg layer II and III streams (slow)
  15.  
  16.  
  17. Examples
  18. ========
  19.  
  20. When used with !Player (select: signed linear 16bit, Stereo, 44100Hz).
  21.  
  22.   dmpa AC3Train ram:decod/pcm
  23.  
  24.  
  25. Use -x to change the order of samples (some other programs)
  26.  
  27.   dmpa -x AC3Train ram:decod/pcm
  28.  
  29.  
  30. Use -p for direct audio (StrongARM recommended. Note: you must have 16bit audio)
  31.  
  32.   dmpa -p AC3Train
  33.   dmpa -p -v 50 AC3Train
  34.  
  35.  
  36. Note: SoundCon doesn't handle 16 bit audio correctly!
  37.  
  38.  
  39. How to create your own streams with cmpa
  40. ========================================
  41.  
  42. To create layer II stream: cmpa -l2 -b128 Sample l2p2b128
  43.      and layer III stream: cmpa -l3 -b128 Sample l3p2b128
  44.  
  45. Note: cmpa contains BUGS!
  46.  
  47.  
  48. History
  49. =======
  50.  
  51. DMPA:
  52.  
  53. 0.24  exit handler now uses atexit() and added calls to upcall_sleep()
  54.       when output buffer is full (suggested by Chris Poole).
  55. 0.23  some bug corrections and ~3% faster
  56. 0.22  optimisations ~35% faster than version 0.20
  57.       volume option added
  58. 0.20  new audio handler
  59.       Icon and improved user interface ;-) (Manuel Tims)
  60. 0.05  ESC key now stops playing
  61. 0.04  ???
  62.  
  63. CMPA:
  64.  
  65. 0.10  First one with version string
  66.  
  67.  
  68. ToDo
  69. ++++
  70.  
  71. DMPA:
  72.  
  73.  - correct layer II volume (~75% from MAX currently)
  74.  - make it into a module
  75.  - 2x play mode (FF)
  76.  - Desktop interface
  77.  - support for 8bit soundsystem
  78.  - Optimise
  79.  
  80. CMPA:
  81.  
  82.  - integer FFT and sin/cos transformations
  83.  - try to correct layer III encoding
  84.  - really optimise
  85.  
  86. --
  87. osi@stket.oulu.fi
  88.